From: Aryeh Gregor Date: Sun, 14 Sep 2008 18:33:31 +0000 (+0000) Subject: Fix whitespace X-Git-Tag: 1.31.0-rc.0~45307 X-Git-Url: http://git.cyclocoop.org/%22.%24info%5B?a=commitdiff_plain;h=f5a124bb84a2417ab0aae6e9ee1dd31726545738;p=lhc%2Fweb%2Fwiklou.git Fix whitespace --- diff --git a/skins/common/wikibits.js b/skins/common/wikibits.js index 46e814cebe..514714d3da 100644 --- a/skins/common/wikibits.js +++ b/skins/common/wikibits.js @@ -638,12 +638,12 @@ function ts_resortTable(lnk) { var arrowHTML; if (reverse) { - arrowHTML = '↓'; - newRows.reverse(); - span.setAttribute('sortdir','up'); + arrowHTML = '↓'; + newRows.reverse(); + span.setAttribute('sortdir','up'); } else { - arrowHTML = '↑'; - span.setAttribute('sortdir','down'); + arrowHTML = '↑'; + span.setAttribute('sortdir','down'); } // We appendChild rows that already exist to the tbody, so it moves them rather than creating new ones